home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / misc_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  460b  |  20 lines

  1. #ifndef  CLIB_MISC_PROTOS_H
  2. #define  CLIB_MISC_PROTOS_H
  3.  
  4. /*
  5. **    $VER: misc_protos.h 36.2 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. UBYTE *AllocMiscResource( unsigned long unitNum, UBYTE *name );
  18. void FreeMiscResource( unsigned long unitNum );
  19. #endif     /* CLIB_MISC_PROTOS_H */
  20.